home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / bits / sigcontext.ph < prev    next >
Encoding:
Text File  |  2009-06-26  |  629 b   |  19 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_BITS_SIGCONTEXT_H)) {
  6.     eval 'sub _BITS_SIGCONTEXT_H () {1;}' unless defined(&_BITS_SIGCONTEXT_H);
  7.     if(!defined (defined(&_SIGNAL_H) ? &_SIGNAL_H : undef)  && !defined (defined(&_SYS_UCONTEXT_H) ? &_SYS_UCONTEXT_H : undef)) {
  8.     die("Never use <bits/sigcontext.h> directly; include <signal.h> instead.");
  9.     }
  10.     require 'bits/wordsize.ph';
  11.     if((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 32) {
  12.     unless(defined(&sigcontext_struct)) {
  13.         eval 'sub sigcontext_struct () { &sigcontext;}' unless defined(&sigcontext_struct);
  14.     }
  15.     } else {
  16.     }
  17. }
  18. 1;
  19.